-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
(fix) adjust menubar hotkey detection (Alt) for Qt 6.9 #15352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works, thank you. No regressions on your side too?
Yup, still working. |
maybe @JoergAtGithub @Eve00000 can test on Windows just to be sure? |
I can only test with Qt6.8 |
That would help to verify nothing is broken on Qt < 6.9 Though, we can also wrap it in #ifdef Qt >=6.9 |
I don't see a difference between 2.5 and this PR - both with Qt 6.5.3. |
Okay. (not) |
|
So shall we merge this? |
Ok, Thank you! |
Fixes #15350
With Qt < 6.9
Alt
press was reporte asAlt
(modifier) +Qt::Key_Alt
, now it's just the latter.@Swiftb0y